﻿2026-06-28T11:42:19.3896353Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-28T11:42:19.3896712Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-28T11:42:19.3896963Z [36;1m$PIN = "0c95435"[0m
2026-06-28T11:42:19.3897205Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-28T11:42:19.3897530Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-28T11:42:19.3897905Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-28T11:42:19.3898292Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-28T11:42:19.3898631Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-28T11:42:19.3898926Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-28T11:42:19.3899158Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-28T11:42:19.3899470Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-28T11:42:19.3899804Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-28T11:42:19.3900640Z [36;1m}[0m
2026-06-28T11:42:19.3900813Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-28T11:42:19.3901233Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-28T11:42:19.3967866Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-28T11:42:19.3968173Z ##[endgroup]
2026-06-28T11:42:21.9902148Z    Compiling proc-macro2 v1.0.106
2026-06-28T11:42:21.9902566Z    Compiling quote v1.0.45
2026-06-28T11:42:21.9902928Z    Compiling unicode-ident v1.0.24
2026-06-28T11:42:21.9903262Z    Compiling cfg-if v1.0.4
2026-06-28T11:42:21.9903595Z    Compiling serde_core v1.0.228
2026-06-28T11:42:21.9903898Z    Compiling serde v1.0.228
2026-06-28T11:42:21.9904089Z    Compiling windows-link v0.2.1
2026-06-28T11:42:21.9904337Z    Compiling getrandom v0.3.4
2026-06-28T11:42:21.9904621Z    Compiling typenum v1.20.1
2026-06-28T11:42:21.9905098Z    Compiling portable-atomic v1.13.1
2026-06-28T11:42:21.9905541Z    Compiling pin-project-lite v0.2.17
2026-06-28T11:42:21.9905903Z    Compiling version_check v0.9.5
2026-06-28T11:42:21.9906214Z    Compiling shlex v2.0.1
2026-06-28T11:42:21.9906515Z    Compiling critical-section v1.2.0
2026-06-28T11:42:21.9906827Z    Compiling memchr v2.8.1
2026-06-28T11:42:21.9907214Z    Compiling find-msvc-tools v0.1.9
2026-06-28T11:42:22.0762663Z    Compiling windows-sys v0.61.2
2026-06-28T11:42:22.0900955Z    Compiling subtle v2.6.1
2026-06-28T11:42:22.1460298Z    Compiling futures-core v0.3.32
2026-06-28T11:42:22.1578430Z    Compiling smallvec v1.15.1
2026-06-28T11:42:22.1757538Z    Compiling equivalent v1.0.2
2026-06-28T11:42:22.3074224Z    Compiling bytes v1.11.1
2026-06-28T11:42:22.3162096Z    Compiling itoa v1.0.18
2026-06-28T11:42:22.3401846Z    Compiling semver v1.0.28
2026-06-28T11:42:22.3752486Z    Compiling stable_deref_trait v1.2.1
2026-06-28T11:42:22.4290130Z    Compiling log v0.4.32
2026-06-28T11:42:22.4628475Z    Compiling futures-io v0.3.32
2026-06-28T11:42:22.4647134Z    Compiling generic-array v0.14.7
2026-06-28T11:42:22.5626215Z    Compiling rustc_version v0.4.1
2026-06-28T11:42:22.6830000Z    Compiling futures-sink v0.3.32
2026-06-28T11:42:22.7464419Z    Compiling slab v0.4.12
2026-06-28T11:42:22.7535662Z    Compiling rustversion v1.0.22
2026-06-28T11:42:22.7710033Z    Compiling hashbrown v0.17.1
2026-06-28T11:42:22.8174126Z    Compiling futures-task v0.3.32
2026-06-28T11:42:22.9228582Z    Compiling getrandom v0.2.17
2026-06-28T11:42:22.9420283Z    Compiling cpufeatures v0.2.17
2026-06-28T11:42:22.9845280Z    Compiling futures-channel v0.3.32
2026-06-28T11:42:23.0567708Z    Compiling fnv v1.0.7
2026-06-28T11:42:23.0877831Z    Compiling libc v0.2.186
2026-06-28T11:42:23.0907784Z    Compiling rand_core v0.10.1
2026-06-28T11:42:23.1079543Z    Compiling strsim v0.11.1
2026-06-28T11:42:23.2315562Z    Compiling jobserver v0.1.34
2026-06-28T11:42:23.2515128Z    Compiling cfg_aliases v0.2.1
2026-06-28T11:42:23.2557731Z    Compiling autocfg v1.5.1
2026-06-28T11:42:23.2561423Z    Compiling litemap v0.8.2
2026-06-28T11:42:23.2563067Z    Compiling writeable v0.6.3
2026-06-28T11:42:23.3299354Z    Compiling ident_case v1.0.1
2026-06-28T11:42:23.3642488Z    Compiling icu_normalizer_data v2.2.0
2026-06-28T11:42:23.4069310Z    Compiling fs_extra v1.3.0
2026-06-28T11:42:23.4204370Z    Compiling dunce v1.0.5
2026-06-28T11:42:23.5192362Z    Compiling cc v1.2.63
2026-06-28T11:42:23.5241055Z    Compiling utf8_iter v1.0.4
2026-06-28T11:42:23.6484514Z    Compiling indexmap v2.14.0
2026-06-28T11:42:23.7244947Z    Compiling getrandom v0.4.2
2026-06-28T11:42:23.7394357Z    Compiling icu_properties_data v2.2.0
2026-06-28T11:42:23.7534289Z    Compiling syn v2.0.117
2026-06-28T11:42:23.7564510Z    Compiling percent-encoding v2.3.2
2026-06-28T11:42:23.7797973Z    Compiling crypto-common v0.1.7
2026-06-28T11:42:23.8518146Z    Compiling http v1.4.1
2026-06-28T11:42:23.8747447Z    Compiling aws-lc-rs v1.17.0
2026-06-28T11:42:23.9169988Z    Compiling unicode-segmentation v1.13.3
2026-06-28T11:42:23.9171241Z    Compiling cpufeatures v0.3.0
2026-06-28T11:42:23.9646107Z    Compiling thiserror v2.0.18
2026-06-28T11:42:23.9868468Z    Compiling scopeguard v1.2.0
2026-06-28T11:42:24.0107380Z    Compiling chacha20 v0.10.0
2026-06-28T11:42:24.0945617Z    Compiling lock_api v0.4.14
2026-06-28T11:42:24.2913220Z    Compiling form_urlencoded v1.2.2
2026-06-28T11:42:24.3035618Z    Compiling block-buffer v0.10.4
2026-06-28T11:42:24.3705269Z    Compiling cmake v0.1.58
2026-06-28T11:42:24.3738056Z    Compiling winapi v0.3.9
2026-06-28T11:42:24.4171407Z    Compiling bitflags v2.12.1
2026-06-28T11:42:25.3876969Z    Compiling untrusted v0.9.0
2026-06-28T11:42:25.5237471Z    Compiling digest v0.10.7
2026-06-28T11:42:25.6084494Z    Compiling num-traits v0.2.19
2026-06-28T11:42:25.6350650Z    Compiling windows-strings v0.5.1
2026-06-28T11:42:25.6767568Z    Compiling windows-result v0.4.1
2026-06-28T11:42:25.8046507Z    Compiling rustls v0.23.40
2026-06-28T11:42:25.8046985Z    Compiling heck v0.5.0
2026-06-28T11:42:25.9119229Z    Compiling convert_case v0.10.0
2026-06-28T11:42:25.9926896Z    Compiling rand v0.10.1
2026-06-28T11:42:26.1232400Z    Compiling unicode-xid v0.2.6
2026-06-28T11:42:26.1787876Z    Compiling const-oid v0.10.2
2026-06-28T11:42:26.2040741Z    Compiling anyhow v1.0.102
2026-06-28T11:42:26.2224837Z    Compiling atomic-waker v1.1.2
2026-06-28T11:42:26.2744435Z    Compiling aws-lc-sys v0.41.0
2026-06-28T11:42:26.3057636Z    Compiling ring v0.17.14
2026-06-28T11:42:26.3183851Z    Compiling zerocopy v0.8.50
2026-06-28T11:42:26.3624035Z    Compiling httparse v1.10.1
2026-06-28T11:42:26.3956414Z    Compiling parking_lot_core v0.9.12
2026-06-28T11:42:26.4139338Z    Compiling http-body v1.0.1
2026-06-28T11:42:26.4139865Z    Compiling hybrid-array v0.4.12
2026-06-28T11:42:26.4917737Z    Compiling curve25519-dalek v4.1.3
2026-06-28T11:42:26.5140983Z    Compiling ahash v0.8.12
2026-06-28T11:42:26.6249606Z    Compiling fastrand v2.4.1
2026-06-28T11:42:26.6654959Z    Compiling base64ct v1.8.3
2026-06-28T11:42:26.7557868Z    Compiling synstructure v0.13.2
2026-06-28T11:42:26.8746806Z    Compiling darling_core v0.20.11
2026-06-28T11:42:27.0157874Z    Compiling either v1.16.0
2026-06-28T11:42:27.0504096Z    Compiling powerfmt v0.2.0
2026-06-28T11:42:27.1443847Z    Compiling pem-rfc7468 v1.0.0
2026-06-28T11:42:27.3586808Z    Compiling rand_core v0.6.4
2026-06-28T11:42:27.4522168Z    Compiling deranged v0.5.8
2026-06-28T11:42:27.5158406Z    Compiling try-lock v0.2.5
2026-06-28T11:42:27.6035245Z    Compiling tower-service v0.3.3
2026-06-28T11:42:27.6060523Z    Compiling zmij v1.0.21
2026-06-28T11:42:27.6786976Z    Compiling tinyvec_macros v0.1.1
2026-06-28T11:42:27.7607528Z    Compiling data-encoding v2.11.0
2026-06-28T11:42:27.7608116Z    Compiling pkg-config v0.3.33
2026-06-28T11:42:27.7807252Z    Compiling num-conv v0.2.2
2026-06-28T11:42:27.7951062Z    Compiling vcpkg v0.2.15
2026-06-28T11:42:27.8037958Z    Compiling time-core v0.1.8
2026-06-28T11:42:27.8279339Z    Compiling base64 v0.22.1
2026-06-28T11:42:27.9391880Z    Compiling tinyvec v1.11.0
2026-06-28T11:42:28.0358094Z    Compiling want v0.3.1
2026-06-28T11:42:28.0358736Z    Compiling parking_lot v0.12.5
2026-06-28T11:42:28.3203089Z    Compiling block-buffer v0.12.0
2026-06-28T11:42:28.3655762Z    Compiling crypto-common v0.2.2
2026-06-28T11:42:28.4008764Z    Compiling vergen-lib v9.1.0
2026-06-28T11:42:28.5192640Z    Compiling sha2 v0.10.9
2026-06-28T11:42:28.5487278Z    Compiling inout v0.1.4
2026-06-28T11:42:28.5894524Z    Compiling n0-future v0.3.2
2026-06-28T11:42:28.7945488Z    Compiling parking v2.2.1
2026-06-28T11:42:28.8289974Z    Compiling diatomic-waker v0.2.3
2026-06-28T11:42:28.8354483Z    Compiling cordyceps v0.3.4
2026-06-28T11:42:29.0189877Z    Compiling serde_json v1.0.150
2026-06-28T11:42:29.0405397Z    Compiling libsqlite3-sys v0.30.1
2026-06-28T11:42:29.0967607Z    Compiling httpdate v1.0.3
2026-06-28T11:42:29.0981123Z    Compiling spin v0.10.0
2026-06-28T11:42:29.1536492Z    Compiling signature v2.2.0
2026-06-28T11:42:29.2195505Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-28T11:42:29.2449166Z    Compiling crossbeam-utils v0.8.21
2026-06-28T11:42:29.3222391Z    Compiling winnow v1.0.3
2026-06-28T11:42:29.3307207Z    Compiling ed25519 v2.2.3
2026-06-28T11:42:29.4015778Z    Compiling socket2 v0.6.4
2026-06-28T11:42:29.4246247Z    Compiling serde_derive v1.0.228
2026-06-28T11:42:29.5469358Z    Compiling zeroize_derive v1.4.3
2026-06-28T11:42:29.5693279Z    Compiling zerofrom-derive v0.1.7
2026-06-28T11:42:29.6604025Z    Compiling yoke-derive v0.8.2
2026-06-28T11:42:29.6604568Z    Compiling tokio-macros v2.7.0
2026-06-28T11:42:29.6605041Z    Compiling mio v1.2.1
2026-06-28T11:42:29.7372568Z    Compiling futures-macro v0.3.32
2026-06-28T11:42:29.7771096Z    Compiling zerovec-derive v0.11.3
2026-06-28T11:42:30.0788960Z    Compiling displaydoc v0.2.6
2026-06-28T11:42:30.1589254Z    Compiling tracing-attributes v0.1.31
2026-06-28T11:42:30.4448495Z    Compiling zeroize v1.8.2
2026-06-28T11:42:30.5114359Z    Compiling thiserror-impl v2.0.18
2026-06-28T11:42:30.6205688Z    Compiling tokio v1.52.3
2026-06-28T11:42:30.7250425Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-28T11:42:30.7631683Z    Compiling futures-util v0.3.32
2026-06-28T11:42:30.8385268Z    Compiling rustls-pki-types v1.14.1
2026-06-28T11:42:31.0750646Z    Compiling darling_macro v0.20.11
2026-06-28T11:42:31.3104975Z    Compiling derive_more-impl v2.1.1
2026-06-28T11:42:31.4143648Z    Compiling windows-interface v0.59.3
2026-06-28T11:42:31.5036360Z    Compiling spez v0.1.2
2026-06-28T11:42:31.5341078Z    Compiling zerofrom v0.1.8
2026-06-28T11:42:31.6565390Z    Compiling windows-implement v0.60.2
2026-06-28T11:42:31.7251600Z    Compiling n0-error-macros v0.1.3
2026-06-28T11:42:31.7535401Z    Compiling darling v0.20.11
2026-06-28T11:42:31.8250327Z    Compiling der v0.8.0-rc.10
2026-06-28T11:42:32.0143783Z    Compiling yoke v0.8.3
2026-06-28T11:42:32.1407403Z    Compiling derive_builder_core v0.20.2
2026-06-28T11:42:32.2249110Z    Compiling pin-project-internal v1.1.13
2026-06-28T11:42:32.2761882Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-28T11:42:32.5434259Z    Compiling zerovec v0.11.6
2026-06-28T11:42:32.5848820Z    Compiling zerotrie v0.2.4
2026-06-28T11:42:32.9185451Z    Compiling windows-core v0.62.2
2026-06-28T11:42:32.9679339Z    Compiling n0-error v0.1.3
2026-06-28T11:42:33.2616327Z    Compiling spki v0.8.0-rc.4
2026-06-28T11:42:33.3413028Z    Compiling tinystr v0.8.3
2026-06-28T11:42:33.4058478Z    Compiling potential_utf v0.1.5
2026-06-28T11:42:33.6003016Z    Compiling icu_locale_core v2.2.0
2026-06-28T11:42:33.6215408Z    Compiling icu_collections v2.2.0
2026-06-28T11:42:33.6719279Z    Compiling derive_builder_macro v0.20.2
2026-06-28T11:42:33.8889086Z    Compiling digest v0.11.3
2026-06-28T11:42:33.9170762Z    Compiling pin-project v1.1.13
2026-06-28T11:42:33.9462574Z    Compiling futures-buffered v0.2.13
2026-06-28T11:42:33.9920108Z    Compiling futures-lite v2.6.1
2026-06-28T11:42:34.0218559Z    Compiling cipher v0.4.4
2026-06-28T11:42:34.2014870Z    Compiling vergen-lib v0.1.6
2026-06-28T11:42:34.2666924Z    Compiling vergen v9.1.0
2026-06-28T11:42:34.3506887Z    Compiling universal-hash v0.5.1
2026-06-28T11:42:34.7824028Z    Compiling ipnet v2.12.0
2026-06-28T11:42:34.7824635Z    Compiling derive_builder v0.20.2
2026-06-28T11:42:34.8274883Z    Compiling noq-udp v0.10.0
2026-06-28T11:42:34.8399622Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-28T11:42:34.8597527Z    Compiling icu_provider v2.2.0
2026-06-28T11:42:34.8614684Z    Compiling heapless v0.7.17
2026-06-28T11:42:34.9759367Z    Compiling sync_wrapper v1.0.2
2026-06-28T11:42:35.1356697Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-28T11:42:35.1424383Z    Compiling byteorder v1.5.0
2026-06-28T11:42:35.2249179Z    Compiling icu_normalizer v2.2.0
2026-06-28T11:42:35.2885722Z    Compiling once_cell v1.21.4
2026-06-28T11:42:35.3637412Z    Compiling icu_properties v2.2.0
2026-06-28T11:42:35.3880870Z    Compiling allocator-api2 v0.2.21
2026-06-28T11:42:35.4186509Z    Compiling tokio-util v0.7.18
2026-06-28T11:42:35.4187097Z    Compiling opaque-debug v0.3.1
2026-06-28T11:42:35.5233029Z    Compiling polyval v0.6.2
2026-06-28T11:42:35.5326657Z    Compiling tracing-core v0.1.36
2026-06-28T11:42:35.7190918Z    Compiling hash32 v0.2.1
2026-06-28T11:42:35.7191433Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-28T11:42:35.7842749Z    Compiling hashbrown v0.14.5
2026-06-28T11:42:35.7843331Z    Compiling prefix-trie v0.8.4
2026-06-28T11:42:35.9537295Z    Compiling futures-executor v0.3.32
2026-06-28T11:42:36.0281047Z    Compiling tracing v0.1.44
2026-06-28T11:42:36.1276859Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-28T11:42:36.2938592Z    Compiling derive_more v2.1.1
2026-06-28T11:42:36.4476901Z    Compiling hashlink v0.9.1
2026-06-28T11:42:36.4477495Z    Compiling ed25519-dalek v2.2.0
2026-06-28T11:42:36.4536986Z    Compiling vergen-gitcl v1.0.8
2026-06-28T11:42:36.4700591Z    Compiling h2 v0.4.14
2026-06-28T11:42:36.5414314Z    Compiling spin v0.9.8
2026-06-28T11:42:36.5610260Z    Compiling windows-threading v0.2.1
2026-06-28T11:42:36.6115149Z    Compiling idna_adapter v1.2.2
2026-06-28T11:42:36.7500673Z    Compiling idna v1.1.0
2026-06-28T11:42:36.8327923Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-28T11:42:36.8527490Z    Compiling fallible-iterator v0.3.0
2026-06-28T11:42:36.8584064Z    Compiling ryu v1.0.23
2026-06-28T11:42:36.8584471Z    Compiling signature v3.0.0
2026-06-28T11:42:36.9354755Z    Compiling tower-layer v0.3.3
2026-06-28T11:42:37.0755496Z    Compiling ed25519 v3.0.0-rc.4
2026-06-28T11:42:37.1385247Z    Compiling windows-future v0.3.2
2026-06-28T11:42:37.1485175Z    Compiling url v2.5.8
2026-06-28T11:42:37.1622723Z    Compiling spt-proto v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-28T11:42:37.2508576Z    Compiling rusqlite v0.32.1
2026-06-28T11:42:37.2779831Z    Compiling proc-macro-crate v3.5.0
2026-06-28T11:42:37.4371944Z    Compiling futures v0.3.32
2026-06-28T11:42:37.6332712Z    Compiling windows-targets v0.52.6
2026-06-28T11:42:37.7842045Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-28T11:42:37.8412419Z    Compiling ghash v0.5.1
2026-06-28T11:42:37.8757337Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-28T11:42:37.9677996Z    Compiling aes v0.8.4
2026-06-28T11:42:38.0153198Z    Compiling ctr v0.9.2
2026-06-28T11:42:38.0375461Z    Compiling sha2 v0.11.0-rc.5
2026-06-28T11:42:38.0797380Z    Compiling windows-collections v0.3.2
2026-06-28T11:42:38.0931347Z    Compiling windows-numerics v0.3.1
2026-06-28T11:42:38.1197661Z    Compiling cobs v0.3.0
2026-06-28T11:42:38.2401235Z    Compiling postcard-derive v0.2.2
2026-06-28T11:42:38.2850338Z    Compiling time v0.3.47
2026-06-28T11:42:38.4068138Z    Compiling fs2 v0.4.3
2026-06-28T11:42:38.4305563Z    Compiling http-body-util v0.1.3
2026-06-28T11:42:38.5082584Z    Compiling aead v0.5.2
2026-06-28T11:42:38.6885389Z    Compiling ipconfig v0.3.4
2026-06-28T11:42:38.7068962Z    Compiling widestring v1.2.1
2026-06-28T11:42:38.7728775Z    Compiling aes-gcm v0.10.3
2026-06-28T11:42:38.7729505Z    Compiling spt-store v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-28T11:42:38.7996179Z    Compiling windows v0.62.2
2026-06-28T11:42:38.8722205Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-28T11:42:38.9716951Z    Compiling postcard v1.1.3
2026-06-28T11:42:38.9978665Z    Compiling data-encoding-macro v0.1.20
2026-06-28T11:42:39.1454115Z    Compiling num_enum_derive v0.7.6
2026-06-28T11:42:39.2791637Z    Compiling windows-sys v0.59.0
2026-06-28T11:42:39.3556266Z    Compiling tower v0.5.3
2026-06-28T11:42:39.4045770Z    Compiling crossbeam-channel v0.5.15
2026-06-28T11:42:39.4685687Z    Compiling crossbeam-epoch v0.9.18
2026-06-28T11:42:39.6537546Z    Compiling chrono v0.4.45
2026-06-28T11:42:39.8249327Z    Compiling strum_macros v0.28.0
2026-06-28T11:42:40.2476402Z    Compiling enum-assoc v1.3.0
2026-06-28T11:42:40.2969571Z    Compiling async-trait v0.1.89
2026-06-28T11:42:40.3507056Z    Compiling iroh-metrics-derive v0.4.1
2026-06-28T11:42:40.4387846Z    Compiling blake3 v1.8.5
2026-06-28T11:42:40.5793222Z    Compiling hyper v1.10.1
2026-06-28T11:42:40.7943370Z    Compiling windows-registry v0.6.1
2026-06-28T11:42:40.9396661Z    Compiling uuid v1.23.2
2026-06-28T11:42:41.0149645Z    Compiling memoffset v0.6.5
2026-06-28T11:42:41.1199365Z    Compiling noq v0.18.0
2026-06-28T11:42:41.1375722Z    Compiling netwatch v0.16.0
2026-06-28T11:42:41.2800199Z    Compiling acto v0.8.2
2026-06-28T11:42:41.3887767Z    Compiling thiserror v1.0.69
2026-06-28T11:42:41.4580136Z    Compiling identity-hash v0.1.0
2026-06-28T11:42:41.5955955Z    Compiling foldhash v0.2.0
2026-06-28T11:42:41.6058729Z    Compiling sorted-index-buffer v0.2.1
2026-06-28T11:42:41.6267709Z    Compiling xml-rs v0.8.28
2026-06-28T11:42:41.6696703Z    Compiling mac-addr v0.3.0
2026-06-28T11:42:41.7104363Z    Compiling ref-cast v1.0.25
2026-06-28T11:42:41.7273131Z    Compiling rustc-hash v2.1.2
2026-06-28T11:42:41.7577613Z    Compiling lru-slab v0.1.2
2026-06-28T11:42:41.7969622Z    Compiling tagptr v0.2.0
2026-06-28T11:42:41.8324980Z    Compiling hashbrown v0.16.1
2026-06-28T11:42:41.9044258Z    Compiling netdev v0.42.0
2026-06-28T11:42:41.9617689Z    Compiling hyper-util v0.1.20
2026-06-28T11:42:42.0731181Z    Compiling moka v0.12.15
2026-06-28T11:42:42.1208482Z    Compiling spt-msg v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-28T11:42:42.1868361Z    Compiling iroh-metrics v0.38.3
2026-06-28T11:42:42.3191833Z    Compiling xmltree v0.10.3
2026-06-28T11:42:42.6538168Z    Compiling iroh-relay v0.98.0
2026-06-28T11:42:42.7595160Z    Compiling strum v0.28.0
2026-06-28T11:42:42.8711944Z    Compiling num_enum v0.7.6
2026-06-28T11:42:43.0832107Z    Compiling tower-http v0.6.11
2026-06-28T11:42:43.2025147Z    Compiling iroh-base v0.98.0
2026-06-28T11:42:43.2025698Z    Compiling attohttpc v0.30.1
2026-06-28T11:42:43.2391220Z    Compiling n0-watcher v0.6.1
2026-06-28T11:42:43.2504517Z    Compiling tokio-stream v0.1.18
2026-06-28T11:42:43.2818299Z    Compiling serde_spanned v0.6.9
2026-06-28T11:42:43.5139710Z    Compiling toml_datetime v0.6.11
2026-06-28T11:42:43.5351655Z    Compiling thiserror-impl v1.0.69
2026-06-28T11:42:43.5774281Z    Compiling ref-cast-impl v1.0.25
2026-06-28T11:42:43.6878146Z    Compiling serde_derive_internals v0.29.1
2026-06-28T11:42:43.7436620Z    Compiling serial-core v0.4.0
2026-06-28T11:42:43.7761059Z    Compiling simple-dns v0.9.3
2026-06-28T11:42:43.8008734Z    Compiling aho-corasick v1.1.4
2026-06-28T11:42:43.8246296Z    Compiling smol_str v0.1.24
2026-06-28T11:42:43.9398715Z    Compiling resolv-conf v0.7.6
2026-06-28T11:42:43.9399287Z    Compiling constant_time_eq v0.4.2
2026-06-28T11:42:44.0431487Z    Compiling winreg v0.10.1
2026-06-28T11:42:44.0805778Z    Compiling sha1_smol v1.0.1
2026-06-28T11:42:44.1414206Z    Compiling toml_write v0.1.2
2026-06-28T11:42:44.2860336Z    Compiling arrayvec v0.7.6
2026-06-28T11:42:44.3172731Z    Compiling simdutf8 v0.1.5
2026-06-28T11:42:44.3206079Z    Compiling regex-syntax v0.8.10
2026-06-28T11:42:44.4404691Z    Compiling winnow v0.7.15
2026-06-28T11:42:44.4814980Z    Compiling arrayref v0.3.9
2026-06-28T11:42:44.6357622Z    Compiling serial-windows v0.4.0
2026-06-28T11:42:44.7045392Z    Compiling igd-next v0.17.1
2026-06-28T11:42:44.8939164Z    Compiling iroh-dns v0.98.0
2026-06-28T11:42:44.9280308Z    Compiling lru v0.16.4
2026-06-28T11:42:45.0859536Z    Compiling schemars_derive v1.2.1
2026-06-28T11:42:45.2910353Z    Compiling webpki-roots v1.0.7
2026-06-28T11:42:45.3236833Z    Compiling seize v0.5.1
2026-06-28T11:42:45.3237385Z    Compiling darling_core v0.23.0
2026-06-28T11:42:45.4094291Z    Compiling hmac v0.12.1
2026-06-28T11:42:45.4176988Z    Compiling serde_bytes v0.11.19
2026-06-28T11:42:45.4537016Z    Compiling iroh v0.98.2
2026-06-28T11:42:45.5597885Z    Compiling dyn-clone v1.0.20
2026-06-28T11:42:45.6474495Z    Compiling pin-utils v0.1.0
2026-06-28T11:42:45.7474560Z    Compiling bitflags v1.3.2
2026-06-28T11:42:45.8115679Z    Compiling cmov v0.5.4
2026-06-28T11:42:45.8716720Z    Compiling anstyle v1.0.14
2026-06-28T11:42:45.8781052Z    Compiling utf8parse v0.2.2
2026-06-28T11:42:45.8919116Z    Compiling once_cell_polyfill v1.70.2
2026-06-28T11:42:46.0252194Z    Compiling lazy_static v1.5.0
2026-06-28T11:42:46.0603902Z    Compiling ctutils v0.4.2
2026-06-28T11:42:46.0737421Z    Compiling anstyle-parse v1.0.0
2026-06-28T11:42:46.1724160Z    Compiling shared_library v0.1.9
2026-06-28T11:42:46.1927309Z    Compiling anstyle-wincon v3.0.11
2026-06-28T11:42:46.2124107Z    Compiling nix v0.25.1
2026-06-28T11:42:46.2941671Z    Compiling toml_edit v0.22.27
2026-06-28T11:42:46.3753085Z    Compiling hkdf v0.12.4
2026-06-28T11:42:46.3976636Z    Compiling papaya v0.2.4
2026-06-28T11:42:46.4729787Z    Compiling regex-automata v0.4.14
2026-06-28T11:42:46.5393945Z    Compiling filedescriptor v0.8.3
2026-06-28T11:42:46.5826894Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-28T11:42:46.6285809Z    Compiling serial v0.4.0
2026-06-28T11:42:46.6966838Z    Compiling backon v1.6.0
2026-06-28T11:42:46.8138762Z    Compiling anstyle-query v1.1.5
2026-06-28T11:42:46.8800037Z    Compiling downcast-rs v1.2.1
2026-06-28T11:42:47.0068289Z    Compiling instability v0.3.12
2026-06-28T11:42:47.0415257Z    Compiling shell-words v1.1.1
2026-06-28T11:42:47.0460761Z    Compiling is_terminal_polyfill v1.70.2
2026-06-28T11:42:47.0500508Z    Compiling paste v1.0.15
2026-06-28T11:42:47.1709533Z    Compiling colorchoice v1.0.5
2026-06-28T11:42:47.2400902Z    Compiling schemars v1.2.1
2026-06-28T11:42:47.3377179Z    Compiling foldhash v0.1.5
2026-06-28T11:42:47.3377658Z    Compiling anstream v1.0.0
2026-06-28T11:42:47.3776592Z    Compiling portable-pty v0.8.1
2026-06-28T11:42:47.4392945Z    Compiling spake2 v0.4.0
2026-06-28T11:42:47.6119885Z    Compiling hashbrown v0.15.5
2026-06-28T11:42:47.6218203Z    Compiling strum_macros v0.26.4
2026-06-28T11:42:47.6785144Z    Compiling terminal_size v0.4.4
2026-06-28T11:42:47.8595335Z    Compiling crossterm_winapi v0.9.1
2026-06-28T11:42:47.9131369Z    Compiling itertools v0.13.0
2026-06-28T11:42:47.9597542Z    Compiling castaway v0.2.4
2026-06-28T11:42:48.2206706Z    Compiling toml v0.8.23
2026-06-28T11:42:48.3192702Z    Compiling sha1 v0.10.6
2026-06-28T11:42:48.3932188Z    Compiling clap_lex v1.1.0
2026-06-28T11:42:48.6520093Z    Compiling regex v1.12.3
2026-06-28T11:42:48.8087110Z    Compiling unicode-width v0.1.14
2026-06-28T11:42:49.0056933Z    Compiling indoc v2.0.7
2026-06-28T11:42:49.1430803Z    Compiling spt-runtime v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-28T11:42:49.2040587Z    Compiling recvmsg v1.0.0
2026-06-28T11:42:49.2598804Z    Compiling darling_macro v0.23.0
2026-06-28T11:42:49.3641774Z    Compiling wmi v0.18.4
2026-06-28T11:42:49.4277384Z    Compiling doctest-file v1.1.1
2026-06-28T11:42:49.5867916Z    Compiling static_assertions v1.1.0
2026-06-28T11:42:49.6591863Z    Compiling unicode-truncate v1.1.0
2026-06-28T11:42:49.7246458Z    Compiling compact_str v0.8.2
2026-06-28T11:42:49.7963947Z    Compiling clap_builder v4.6.0
2026-06-28T11:42:49.9415658Z    Compiling lru v0.12.5
2026-06-28T11:42:50.1307828Z    Compiling darling v0.23.0
2026-06-28T11:42:50.1345209Z    Compiling strum v0.26.3
2026-06-28T11:42:50.1519145Z    Compiling crossterm v0.28.1
2026-06-28T11:42:50.1992845Z    Compiling interprocess v2.4.2
2026-06-28T11:42:50.3350775Z    Compiling spt-term v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-28T11:42:51.3703973Z    Compiling portmapper v0.16.0
2026-06-28T11:42:51.7026588Z    Compiling spt-live v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-28T11:42:51.7383627Z    Compiling clap_derive v4.6.1
2026-06-28T11:42:51.8688403Z    Compiling error-code v3.3.2
2026-06-28T11:42:51.9646953Z    Compiling unicode-width v0.2.0
2026-06-28T11:42:51.9870107Z    Compiling cassowary v0.3.0
2026-06-28T11:42:52.0447256Z    Compiling clipboard-win v5.4.1
2026-06-28T11:42:52.1189650Z    Compiling nucleo-matcher v0.3.1
2026-06-28T11:42:52.2843941Z    Compiling ratatui v0.29.0
2026-06-28T11:42:52.3228683Z    Compiling qrcode v0.14.1
2026-06-28T11:42:52.6049686Z    Compiling tempfile v3.27.0
2026-06-28T11:42:53.8970032Z    Compiling clap v4.6.1
2026-06-28T11:43:06.3101620Z    Compiling rustls-webpki v0.103.13
2026-06-28T11:43:08.8778149Z    Compiling tokio-rustls v0.26.4
2026-06-28T11:43:08.8778718Z    Compiling rustls-platform-verifier v0.7.0
2026-06-28T11:43:08.8779108Z    Compiling noq-proto v0.17.0
2026-06-28T11:43:09.0439558Z    Compiling hickory-net v0.26.0-beta.4
2026-06-28T11:43:09.0440113Z    Compiling hyper-rustls v0.27.9
2026-06-28T11:43:09.0440454Z    Compiling tokio-websockets v0.13.2
2026-06-28T11:43:09.2022171Z    Compiling reqwest v0.13.4
2026-06-28T11:43:10.4188189Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-28T11:43:28.3684011Z    Compiling spt-net v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-28T11:43:29.8092963Z    Compiling spt-daemon v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-28T11:43:39.2122211Z    Compiling spt v0.17.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-28T11:43:47.4404304Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
2026-06-28T11:43:47.4620249Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-c121324fedf6f1e4.exe)
2026-06-28T11:43:47.5054541Z 
2026-06-28T11:43:47.5054835Z running 1 test
2026-06-28T11:43:54.7565508Z test new_brain_serves_against_old_broker ... ok
2026-06-28T11:43:54.7565758Z 
2026-06-28T11:43:54.7565978Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.25s
2026-06-28T11:43:54.7566226Z 
